* {
    margin: 0;
    padding: 0;
}

.am-g-fixed {
    max-width: 1100px;
}

body {
    background-color: #eee;
}


p {
    margin: 0;
    padding: 0;
}


header {
    background: url(../image/bg_top.gif);
    height: 225px;
    background-position: top center;
    background-size: 100% 100%;
}

header #top {
    height: 33px;
    line-height: 33px;
    color: #999;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}

header .logo {
    margin-top: 60px;
}

header .logo img {}

header .date {
    color: #9E9E9E;
    font-size: 12px;
    margin-top: 60px;
    text-align: right;
    /*    letter-spacing: 1.8px;*/
}

header .date a {
    color: #026aaf;
}

header .header-search {
    height: 41px;
    line-height: 36px;
    width: 315px;
    background: #fff;
    padding: 0px 0 0 13px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 25px;
}

header .header-search input {
    border: 0;
}

header .inp {
    background: #ffffff00;
}

header .sub {
    float: right;
    padding: 9px;
}

header input {
    outline: none;
}

header input:focus {
    outline: none;
    border: 0;
}

header .wx h6 {
    margin: 35px 0 0 0;
}

header .wx p {
    color: #e09724;
    font-size: 18px;
}

header .wx p span {
    font-size: 22px;
}

header .wx .am-fl {
    margin-top: 0;
}




#nav3 .hl_nav {
    z-index: 9999;
    background-color: #1d74cd;
    position: relative;
    color: #ffffff;
    min-width: 1100px;
    height: 50px;
}

#nav3 .hl_nav a {
    display: block;
    text-decoration: none;
}

#nav3 .hl_nav .shade {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

#nav3 .hl_nav .nav_list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -549px;
    z-index: 2;
    padding: 0;
    list-style: none;
    width: 1100px;
    height: 50px;
    background: #1d74cd;
}

#nav3 .hl_nav .nav_list>li {
    padding: 0;
    float: left;
    margin: 0;
    width: 14%;
    text-align: center;
    height: 50px;
    overflow: hidden;
    transition: height 0.3s;
}

#nav3 .hl_nav .nav_head {
    border-bottom: #1d74cd solid 1px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}

#nav3 .hl_nav .nav_body {
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    border-left: #1d74cd solid 2px;
    border-right: #1d74cd solid 2px;
    font-size: 15px;
}

#nav3 .hl_nav .nav_body:last-child {
    border-bottom: #ea0d04 solid 0px;
}

#nav3 .hl_nav .nav_list>li.active .nav_head,
.hl_nav .nav_list>li:hover .nav_head {
    background-color: #1d74cd;
}

#nav3 .hl_nav .nav_list>li:hover {
    background-color: #1d74cd;
    height: auto;
}

#nav3 .hl_nav .nav_body:hover {
    color: #1d74cd;
}

#nav3 .hl_nav .nav_list .nav_body:hover {
    background: #1d74cd;
    color: #fff;
}

#nav3 .hl_nav .nav_body:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    border-bottom: #306aa6 solid 1px;
}




#slide {
    height: 400px;
    position: inherit;
}

#slide .box {
    width: 1200px;
    position: relative;
}

#slide .slides_container img {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#slide .panel {
    position: relative;
    overflow: hidden;
    height: 400px;
}

#slide .tab {
    text-align: center;
    height: 22px;
    bottom: 35px;
    position: relative;
    z-index: 999;
}

#slide .tab li {
    display: inline-block;
    vertical-align: top;
    height: 8px;
    width: 40px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 7px 7px 0px 7px;
    transition: all 0.2s;
}

#slide .tab .current {
    background: #1d74cd;
    width: 40px;
}

#slide .tab .arrow1:hover,
#layout2 .tab .arrow2:hover,
#layout2 .tab li:hover {
    transform: scale(1.08, 1.08);
}



.box1 .point li {
    font-size: 20px;
    /*    font-weight: bold;*/
}

.box1 .current a {
    color: #1f75cd;
    font-weight: 600;
}

.leftnav li {
    padding: 9px 0 9px 18px;
    height: 55px;
    border-bottom: 1px solid #f2f2f2;
    background: url(../image/ico/dot1.png) no-repeat left 26px;
}

.fuwu .point li {

    background-color: #f0f0f0;
    text-align: center;
    border-top: 3px solid #d3d3d3;
    color: #0054a7;
    font-size: 14px;
    height: 40px;
    line-height: 35px;

}
.fuwu .current {
    background-color: #0066cc !important;
    border-top: 3px solid #014992 !important;
    color: #ffffff !important;
}

/*.box1 .current span {
    width: 100%;
    height: 14px;
    font-size: 0;
    background: url(../image/huadong.gif);
    display: block;
    margin: 5px 0 0 0px;
    background-position: top center;
}*/
.box1 .list2 {
    margin-top: 10px;
}

.box1 .list2 li {
    padding: 0px 0px 0px 15px;
    height: 45px;
    /* border-bottom: dashed 1px #e3e3e3; */
    background: url(../image/nyb_dot.png) no-repeat left 18px;
}

.box1 .list2 li span {
    display: table;
    height: 45px;
}

.box1 .list2 li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
}

.box1 .list2 .text {
    width: 445px;
    float: left;
}

.box1 .list2 .time {
    float: right;
    color: #9d9d9d;
    width: 40px;
    font-size: 12px;
    padding-top: 15px;
}







/*å¹»ç¯*/

.huandeng .focus {
    height: 330px;
}

.box1 .focus {
    height: 330px;
}

.huandeng .focus p {
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    max-width: 550px;
}

.huandeng .focus .shadow {
    position: absolute;
    width: 100%;
    height: 81px;
    /* background: url(../image/ly1-shadow.png);*/
    left: 0px;
    bottom: 0px;
}

.huandeng .focus .tab1 {
    position: absolute;
    right: 30px;
    bottom: 17px;
    height: 8px;
    z-index: 999;
}

.huandeng .focus .tab1 li {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
}

.huandeng .focus .tab1 .current {
    width: 24px;
}


.photo2 img {
    width: 100%;
    height: 100%;
}

.fw a {
    color: #fff;
}

.focus .more {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #b5b3b3;
    border: 1px solid #ededed;
    background: #eee;
}


#gonggao {

    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

#gonggao h4 {

    padding-top: 15px;
}



#gonggao .swiper_wrap {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 10px 30px;
    overflow: hidden;
}

#gonggao ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    float: right;
    color: #444;
    font-size: 14px;
    margin-top: 1px;
}

#gonggao ul li {
    line-height: 31px;
    padding-left: 45px;
}

#gonggao .lt {
    position: absolute;
    left: -1px;
    top: 5px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

#gonggao .gt {
    position: absolute;
    right: 26px;
    top: 5px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

#gonggao .swiper_wrap .font_inner a {
    color: #444;
}

#gonggao .swiper_wrap a:hover {
    color: #FA9101;
}



#ztc {

    background: url('../image/bg_3.jpg');

    height: 310px;
}

#ztc .title {
    text-align: center;
    padding: 35px;
}


#layout3 .title2 {
    border-bottom: 1px solid #f2f2f2;
    height: 42px;
}

#layout3 .title2 h5 {
    font-size: 20px;
    border-bottom: 3px solid #1d74cd;
    float: left;
    line-height: 30px;
    padding-bottom: 9px;
    font-weight: 100;
}

#layout3 .title2 .more1 {
    margin-top: 8px;
}

#layout3 .title2 .more1 {
    width: 30px;
    height: 7px;
    background: url(../image/ico/more1.gif) no-repeat;
    float: right;
}

#layout3 .title2 .more1:hover {
    background: url(../image/ico/more2.gif) no-repeat;
}

#layout3 .list li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: url(../image/nyb_dot.png) no-repeat left 20px;
    overflow: hidden;
}

#layout3 .am-u-md-4 .box {
    background: #fff;
    height: 445px;
    padding-top: 15px;
}
#layout4 .title2 {
    border-bottom: 1px solid #f2f2f2;
    height: 42px;
}

#layout4 .title2 h5 {
    font-size: 20px;
    border-bottom: 3px solid #1d74cd;
    float: left;
    line-height: 30px;
    padding-bottom: 9px;
    font-weight: 100;
}
#layout4 .list li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: url(../image/nyb_dot.png) no-repeat left 20px;
    overflow: hidden;
}

footer {
    background-color: #3364b1;
    color: #fff;
    text-align: center;
    height: 170px;
    font-size: 14px;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer p {
    padding-top: 25px;
}
/*正文*/

#show {
    background: #fff;
    padding: 15px 30px;
    min-height: 1000px;
    border-left: 1px #f5f4f4 solid;
    border-right: 1px #f5f4f4 solid;
}

#show .am-article-title {
/*    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: normal;
    margin-bottom: 40px;*/
    margin-bottom: 40px;
    font-family: inherit;
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
}

#show .line {
    width: 100%;
    background: url(../image/ico/line.png) 0 0 repeat-x;
    height: 8px;
}

#show .am-article-meta {
    font-size: 14px;
}

#show .am-article-bd {
    padding: 35px 0 25px 0;
}

#show .am-article-bd img {
    display: inline;
    max-width: 100%;
}
#show table{border-top:1px solid #333!important;border-left:1px solid #333!important;border-collapse:collapse;margin:0 auto;}
#show table td{border-bottom:1px solid #333!important;border-right:1px solid #333!important;padding:5px 12px;}

.time {
    font-size: 14px;
    color: #999;
}

#fontSize a {
    color: #999;
}

#fontSize a.on {
    color: #333;
}

#fontSize {
    margin: 0 45px;
}

/*正文e*/
/*列表s*/



#page_list {
    background: #fff;
    padding: 15px 30px;
    min-height: 1000px;
    border-left: 1px #f5f4f4 solid;
    border-right: 1px #f5f4f4 solid;
}

#page_list .list2 .text {
    width: 625px;
    float: left;
}

#page_list .list2 .time {
    float: right;
    color: #9d9d9d;
    line-height: 40px;
}

#page_list .list2 li {
    padding: 9px 0 9px 18px;
    height: 55px;
    border-bottom: dotted 1px #ababab;
    background: url(../image/ico/901645.jpg) no-repeat left 26px;
}

#page_list .list2 li span {
    display: table;
    height: 36px;
}

#page_list .list2 li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
}

#page_list .title h2 {
    font-size: 26px;
    margin-top: 0;
}

#page_list .titles {
    background: url(../image/ico/title.gif) no-repeat bottom left;
    overflow: hidden;
    padding: 0px 22px 0px 0px;
    height: 56px;
}

#page_list .titles p {
    float: left;
    font-size: 26px;
    line-height: 0px;
}

#page_list .titles a {
    float: right;
    font-family: "SimSun", "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";
    color: #0c4d84;
    font-size: 18px;
    margin-top: 19px;
    text-decoration: none;
}

#page_list .title2 {
    border-bottom: 1px solid #f2f2f2;
    height: 42px;
}

#page_list .title2 h5 {
    font-size: 26px;
    border-bottom: 2px solid #014b92;
    float: left;
    line-height: 30px;
    padding-bottom: 9px;
    font-weight: 100;
}

#page_list .title2 .more1 {
    margin-top: 8px;
}

#page_list .title2 .more1 {
    width: 30px;
    height: 7px;
    background: url(../image/ico/more1.gif) no-repeat;
    float: right;
}

#page_list .title2 .more1:hover {
    background: url(../image/ico/more2.gif) no-repeat;
}



#page_list .bottom1 {
    height: 155px;
    background: #254d8a;
    border-top: 1px solid #254d8a;
}

#page_list .bottom1 .box {
    background: #224882;
    width: 260px;
    height: 100px;
    padding: 15px 0;
    line-height: 35px;
}

#page_list .bottom1 .box a {
    color: #fff;
}

#page_list .bottom2 {
    height: 40px;
    background: #254d8a;
    border-top: 1px solid #254679;
    color: #5f7ca9;
}

#page_list .bottom2 .text {
    font-size: 14px;
}












.pagination {
    width: 825px !important;
}

.pagination p {
    margin: 0;
    cursor: pointer;
    margin-top: 5px !important;
}

.pagination {
    height: 40px;
    padding: 20px 0px;
    width: 700px;
    margin: 0 auto;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px 20px;
    height: 35px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
}

.pagination a:hover {
    color: #c8141e;
    background: white;
    border: 1px #c8141e solid;
}

.pagination a.cur {
    border: none;
    background: #c8141e;
    color: #fff;
}

.pagination p {
    float: left;
    padding: 5px 20px;
    font-size: 14px;
    height: 35px;
    line-height: 23px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}

.pagination p.pageRemark {
    // border-style:none;
    // background:none;
    // margin-right:0px;
    // padding:4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

#yhyshj .list li {font-size:18px;height:40px;line-height:40px;padding-left:20px;background:url(../image/ico/dot1.png) no-repeat left 20px;overflow:hidden;}
#yhyshj .list2 li {padding:9px 0 9px 18px;height:55px;border-bottom:dotted 1px #ababab;background:url(../image/ico/ly02-list.png) no-repeat left 26px;}
#yhyshj .list2 li span {display:table;height:36px;}
#yhyshj .list2 li a {display:table-cell;vertical-align:middle;line-height:18px;font-size:16px;}
#yhyshj .title h2 {font-size:26px;margin-top:0;}
#yhyshj .titles {background:url(../image/ico/title.gif) no-repeat bottom left;overflow:hidden;padding:0px 22px 0px 0px;height:56px;}
#yhyshj .titles p {float:left;font-size:26px;line-height:0px;}
#yhyshj .titles a {float:right;font-family:"SimSun","Ã¥Â®â€¹Ã¤Â½â€œ";color:#0c4d84;font-size:18px;margin-top:19px;text-decoration:none;}
#yhyshj .title2 {border-bottom:1px solid #f2f2f2;height:42px;}
#yhyshj .title2 h5 {font-size:26px;border-bottom:2px solid #1d74cd;float:left;line-height:30px;padding-bottom:9px;font-weight:100;}
#yhyshj .title2 .more1 {margin-top:8px;}
#yhyshj .title2 .more1 {width:30px;height:7px;background:url(../image/ico/more1.gif) no-repeat;float:right;}
#yhyshj .title2 .more1:hover {background:url(../image/ico/more2.gif) no-repeat;}
#yhyshj .title h2 {font-size:26px;margin-top:0;background:url(../image/ico/li1.png) no-repeat left center;padding-left:28px;}
#yhyshj .xs_date_1 {width:55px;height:48px;float:left;}
#yhyshj .xs_date_1 a {background:#ce151e;width:55px;height:49px;display:block;}
#yhyshj .fl {float:left;}
#yhyshj .fl p {width:55px;height:48px;text-align:center;margin-right:12px;display:block;margin:0;}
#yhyshj .xs_date_1 span {color:#fff;line-height:19px;font-size:12px;}
#yhyshj .xs_date_1 i {line-height:20px;display:inline-block;height:19px;width:53px;background:#fff;color:#b10037;font-style:normal;font-size:12px;}
#yhyshj .xs_date_2 {margin-left:15px;height:50px;width:450px;overflow:hidden;display:table;}
#yhyshj .xs_date_2 a {display:table-cell;vertical-align:middle;line-height:17px;font-size:16px;}


/*列表e*/
@media only screen and (max-width: 640px) {


    .m-header {
        padding: 0;
        width: 100%;
        height: auto;
        margin: auto;
        background: #fff url(../image/sbanner.png) center bottom no-repeat;
        overflow: hidden;
    }
   .m-header .am-icon-bars {
        font-size: 1.5rem;
        color: #06c;
        width: 6rem;
        text-align: center;
        border: 0px solid #CCC;
        border-radius: .5rem;
        padding: 0 .5rem;
        margin-top: 20px;
    }
    .m-header .m-logo,.m-header .m-logo img {width:85%;padding: 5px;}
    #mobile-nav {margin:20px 0;color:#a60000}
    #mobile-nav a {color:#a60000}
    #mobile-nav ul li {margin-bottom:20px;}
    .scrollspy-nav {top:0;z-index:100;background:#0e90d2;width:100%;padding:0;}
    .scrollspy-nav ul {margin:0;padding:10px;}
    .scrollspy-nav li {display:inline-block;list-style:none;}
    .scrollspy-nav a {color:#eee;padding:5px;display:inline-block;}
    .scrollspy-nav a.am-active {color:#fff;font-weight:bold;}


    .am-slider-t1 {margin:0;background-color:#fff;border-radius:2px;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.15);box-shadow:0 0 2px rgba(0,0,0,0.15);/* Direction Nav */    /* Pause/Play */    /* Control Nav */}
    .am-slider-t1 .am-viewport {max-height:2000px;-webkit-transition:all 1s ease;transition:all 1s ease;}
    .loading .am-slider-t1 .am-viewport {max-height:300px;}
    .am-slider-t1 .carousel li {margin-right:5px;}
    .am-slider-t1 .am-direction-nav a {top:50%;margin:-18px 0 0;overflow:hidden;opacity:0.45;}
    .am-slider-t1 .am-direction-nav .am-prev {left:10px;background:url(../image/ico/ly30-arrow1.png);position:absolute;width:10px;height:26px;bottom:9px;cursor:pointer;z-index:100;}
    .am-slider-t1 .am-direction-nav .am-next {right:10px;text-align:right;background:url(../image/ico/ly30-arrow2.png);position:absolute;width:10px;height:26px;bottom:9px;cursor:pointer;z-index:100;}
    .am-slider-t1 .am-direction-nav .am-disabled {opacity:0 !important;cursor:default;}
    .am-slider-t1:hover .am-prev {opacity:0.7;left:10px;}
    .am-slider-t1:hover .am-prev:hover {opacity:1;}
    .am-slider-t1:hover .am-next {opacity:0.7;right:10px;}
    .am-slider-t1:hover .am-next:hover {opacity:1;}
    .am-slider-t1 .am-pauseplay a {display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:0.8;z-index:10;overflow:hidden;cursor:pointer;color:#000;}
    .am-slider-t1 .am-pauseplay a::before {font:normal normal normal 1.6rem/1 "FontAwesome",sans-serif;/*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/    font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);font-size:20px;display:inline-block;content:"\f04c";}
    .am-slider-t1 .am-pauseplay a:hover {opacity:1;}
    .am-slider-t1 .am-pauseplay a.am-play::before {content:"\f04b";}
    .am-slider-t1 .am-slider-desc {background-color:rgba(0,0,0,0.7);position:absolute;bottom:0;padding:10px;width:100%;color:#fff;}
    .am-slider-t1 .am-control-nav {width:100%;position:absolute;bottom:18px;text-align:right;right:15px;}
    .am-slider-t1 .am-control-nav li {margin:0 6px;display:inline-block;}
    .am-slider-t1 .am-slides a {color:#fff;}
    .am-slider-t1 .am-control-nav li a {width:10px;height:10px;display:block;line-height:0;font-size:0;cursor:pointer;text-indent:-9999px;border-radius:20px;/*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/    border:1px solid #fff;border-radius:50%;}
    .am-slider-t1 .am-control-nav li a:hover {background-color:#333;background-color:rgba(0,0,0,0.7);}
    .am-slider-t1 .am-control-nav li a.am-active {background-color:#fff;cursor:default;border:1px solid #fff;}
    .am-slider-t1 .am-control-thumbs {margin:5px 0 0;position:static;overflow:hidden;}
    .am-slider-t1 .am-control-thumbs li {width:25%;float:left;margin:0;}
    .am-slider-t1 .am-control-thumbs img {width:100%;height:auto;display:block;opacity:.7;cursor:pointer;}
    .am-slider-t1 .am-control-thumbs img:hover {opacity:1;}
    .am-slider-t1 .am-control-thumbs .am-active {opacity:1;cursor:default;}
    .am-slider-t1 .am-control-thumbs i {position:absolute;}

    .box1 .point li {
        font-size: 16px;
    }

    .box1 .list2 li a {
        font-size: 14px;
    }
    .box1 .list2 li {
        padding: 0px 0px 0px 10px;
    }
    .box1 .list2 .text {
        width: 300px;
    }
    #ztc .am-avg-sm-2 img {
        width: 100%;
        padding: 5px;
    }
    #ztc {
        background: #3364b1;
        height: 335px;
    }
    #layout3 {
        height: 1415px;
        background: #fff;
    }

    #layout3 .am-g .am-g-fixed {
        height: 1415px;
    }
    #layout4 {
        height: 235px;
        background: #fff;
    }
    footer {
        height: 110px;
        background: #6F7C80;
        color: #fff;
        text-align: left;
        font-size: 12px;
        line-height: 25px;
        padding-top: 15px;
    }
    footer p {
        padding-top: 0;
    }
    #p-header .am-header-default {
        background-color: #950407;
    }
    #content {
        padding: 0;
    }
    #page_list {
        padding: 0;
    }
    #page_list .list2 .text {
        width: 75%;
    }
    #page_list .list2 li {
        padding: 0;
        height: 55px;
        border-bottom: dotted 1px #ababab;
        background: none;
        margin: 15px 0;
    }
    #show {
        padding: 0;
    }
    #show .am-article-title {
        font-size: 22px;
        text-align: left !important;
    }
    .pagination {
        width: 100% !important;
    }
    .pagination a {
        margin-top: 5px;
    }
    .pagination p {
        margin-top: 5px !important;
    }

}